home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
strivar.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
810b
|
26 lines
.TH STRIVAR
6 "IRIT Version 6.0"
.SH NAME
STRIVAR
SurfaceType STRIVAR( TrivarType TV )
Extracts an iso surface from a trivariate function TV.
Example:
TV1 = tbezier( list( list( list( ctlpt( E3, 0.1, 0.0, 0.8 ),
ctlpt( E3, 0.2, 0.1, 2.4 ) ),
list( ctlpt( E3, 0.3, 2.2, 0.2 ),
ctlpt( E3, 0.4, 2.3, 2.0 ) ) ),
list( list( ctlpt( E3, 2.4, 0.8, 0.1 ),
ctlpt( E3, 2.2, 0.7, 2.3 ) ),
list( ctlpt( E3, 2.3, 2.6, 0.5 ),
ctlpt( E3, 2.1, 2.5, 2.7) ) ) ) );
Srf = STRIVAR( TV1, col, 0.4 );
extracts an iso surface of TV1, in the col direction at
parameter value 0.4.